home *** CD-ROM | disk | FTP | other *** search
- #define cursor_width 16
- #define cursor_height 16
- #define cursor_x_hot 7
- #define cursor_y_hot 7
- static char cursor_bits[] = {
- 0xe0, 0x07, 0x38, 0x1c, 0x0c, 0x30, 0x86, 0x61, 0xe2, 0x47, 0x33, 0xcc,
- 0x11, 0x88, 0x19, 0x98, 0x19, 0x98, 0x11, 0x88, 0x33, 0xcc, 0xe2, 0x47,
- 0x86, 0x61, 0x0c, 0x30, 0x38, 0x1c, 0xe0, 0x07};
-